serial: remove calls to serial_assign()
authorAllen Martin <[email protected]>
Thu, 25 Oct 2012 13:30:14 +0000 (13:30 +0000)
committerTom Rini <[email protected]>
Fri, 26 Oct 2012 16:32:58 +0000 (09:32 -0700)
commit8440f18a4818d52ba51bb9f0b07ce6439f1b6a57
tree37d8061638131b2fdb7d1b7dee5274b6d0c7c446
parent5e8f98319d8582d6a066610b5f1ec9b1a3f79704
serial: remove calls to serial_assign()

Remove calls to serial_assign() that are failing now that it returns a
proper error code.  This calls were not actually doing anything
because they passed the name of a stdio_dev when a serial_device name
is exptectd.

Signed-off-by: Allen Martin <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Tested-by: Stephen Warren <[email protected]>
common/cmd_nvedit.c
common/iomux.c